Feature: Crear post

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 47.169s

Scenario: Como usario administrador, quiero crear un post

Before 0m 16.080s
Given I navigate to page "http://localhost:2368/ghost/" 0m 0.984s
And I wait for 3 seconds 0m 3.184s
When I enter email "<USERNAME>" 0m 0.272s
And I wait for 1 seconds 0m 1.183s
And I enter password "<PASSWORD>" 0m 0.200s
And I wait for 1 seconds 0m 1.160s
And I click next 0m 0.225s
And I wait for 3 seconds 0m 3.187s
And I click on new post 0m 0.231s
And I wait for 1 seconds 0m 1.167s
And I set the "Titulo post" title 0m 0.140s
And I wait for 1 seconds 0m 1.152s
And I click into the post body 0m 0.186s
And I wait for 1 seconds 0m 1.167s
And I set the "Cuerpo post" body 0m 0.164s
And I wait for 1 seconds 0m 1.152s
And I publish the post 0m 0.190s
And I wait for 1 seconds 0m 1.213s
And I confirm the publishing post 0m 0.189s
And I wait for 1 seconds 0m 1.142s
And I double confirm the publishing post 0m 0.214s
And I wait for 2 seconds 0m 2.197s
Then I see the post confirmation 0m 0.166s
After 0m 10.024s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/"
And I wait for 3 seconds
When I enter email "<USERNAME>"
And I wait for 1 seconds
And I enter password "<PASSWORD>"
And I wait for 1 seconds
And I click next
And I wait for 3 seconds
And I click on new post
And I wait for 1 seconds
And I set the "Titulo post" title
And I wait for 1 seconds
And I click into the post body
And I wait for 1 seconds
And I set the "Cuerpo post" body
And I wait for 1 seconds
And I publish the post
And I wait for 1 seconds
And I confirm the publishing post
And I wait for 1 seconds
And I double confirm the publishing post
And I wait for 2 seconds
Then I see the post confirmation
After
NO IMAGE AVAILABLE